h1.about-us-title-one {
    padding-top: 60px;
    padding-bottom: 30px;
    text-align: center;
}

.panel {
    top: 30px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #0065bd;
}

img.img-three {
    border: 2px solid #0065bd;
}

img.img-four {
    border: 2px solid #0065bd;
}

img.img-five {
    width: 94%;
    border: 2px solid #0065bd;
}

.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}

img.img-one {
    margin-left: 25%;
    margin-top: 3rem;
}

.panel {
    top: 30px;
    position: relative;
    background: transparent;
    padding: 10px;
    border-bottom: 1px solid #0065bd;
    width: 1200px !important;
}

div#sectionTwo {
    margin-bottom: 60px;
}

.Control {
    margin-top: 30px;
}

@media screen and (min-device-width: 1536px) and (max-device-width: 1920px) {
    img.img-one {
        margin-left: 25%;
        margin-top: 3rem;
    }

    img.img-two {
        margin-left: 25%;
    }

    img.img-four {
        margin-left: 0px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    img.img-three {
        width: 100%;
    }

    img.img-four {
        width: 89%;
    }

    img.img-five {
        width: 89%;
    }
}

@media only screen and (max-width: 425px) {
    img.img-one {
        width: 100%;
    }

    img.img-two {
        width: 100%;
    }
}